home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / THOWTOFORM / THOWTOFORM.txt
Text File  |  2002-03-16  |  3KB  |  122 lines

  1. object HowToForm: THowToForm
  2.   Left = 283
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'How to register...'
  6.   ClientHeight = 208
  7.   ClientWidth = 393
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BitBtn1: TBitBtn
  19.     Left = 121
  20.     Top = 180
  21.     Width = 84
  22.     Height = 23
  23.     Caption = 'Close'
  24.     Default = True
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -9
  28.     Font.Name = 'Verdana'
  29.     Font.Style = [fsBold]
  30.     ModalResult = 1
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     NumGlyphs = 2
  34.   end
  35.   object Button1: TButton
  36.     Left = 205
  37.     Top = 180
  38.     Width = 84
  39.     Height = 23
  40.     Caption = 'Register'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -9
  44.     Font.Name = 'Verdana'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnClick = Button1Click
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 8
  52.     Top = 8
  53.     Width = 377
  54.     Height = 161
  55.     BevelOuter = bvLowered
  56.     TabOrder = 2
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 8
  60.       Width = 51
  61.       Height = 13
  62.       Caption = 'Dear User,'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 8
  66.       Top = 32
  67.       Width = 329
  68.       Height = 41
  69.       AutoSize = False
  70.       Caption = 
  71.         'You can obtain a FREE serial number by pressing the register but' +
  72.         'ton be sure that you are connected to the internet because you w' +
  73.         'ill be sent to the registration page at digitalice.com.'
  74.       WordWrap = True
  75.     end
  76.     object Label3: TLabel
  77.       Left = 8
  78.       Top = 88
  79.       Width = 337
  80.       Height = 33
  81.       AutoSize = False
  82.       Caption = 
  83.         'From there you can register for FREE online and the serial numbe' +
  84.         'r will be sent to you within a few minutes.'
  85.       WordWrap = True
  86.     end
  87.     object Label4: TLabel
  88.       Left = 8
  89.       Top = 136
  90.       Width = 130
  91.       Height = 13
  92.       Caption = 'Thank you for your support.'
  93.     end
  94.     object Label5: TLabel
  95.       Left = 92
  96.       Top = 32
  97.       Width = 28
  98.       Height = 17
  99.       Caption = 'FREE'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = 11373122
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.     end
  107.     object Label6: TLabel
  108.       Left = 154
  109.       Top = 88
  110.       Width = 28
  111.       Height = 13
  112.       Caption = 'FREE'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = 11373122
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.   end
  121. end
  122.